Welcome![Sign In][Sign Up]
Location:
Search - utf8 gbk

Search list

[Other resourcebestfit936

Description: utf8/gbk转换码表,utf8转gbk码表,gbk转utf8码表
Platform: | Size: 102989 | Author: 小文 | Hits:

[MultiLanguageCharConvert

Description: 编码自动转化工具,能实现将文件由UTF8-GBK的转化。
Platform: | Size: 125761 | Author: qcg | Hits:

[PHP批量转换ASCII文件到UTF8格式

Description: 批量转换ASCII文件到UTF8格式,适用于网站整站从GBK或ASCII转换到UTF8格式时使用. 使用方法:修改11行 templates 为你要转换的目录名,把本文件放到当前目录,并运行 php conv2utf8.php 即可。前提是你已安装了PHP软件 conv2utf("templates"); //要转换的目录
Platform: | Size: 675 | Author: testsb | Hits:

[WEB CodeGBK2Unicode

Description: GBK转unicode代码-GBK code switch
Platform: | Size: 53248 | Author: 暗黑 | Hits:

[Otherzwbmxj

Description: 中文编码详解,主要介绍汉字编码问题,包括gbk,gb2312,utf8,8859_1等-coding Hi, mainly on Chinese character coding issues, including gbk, gb2312, utf8, 8859_1, etc.
Platform: | Size: 29696 | Author: egg | Hits:

[OS programUnicodeConvert

Description: Unicode GBK UTF8转换工具-Unicode GBK UTF8 conversion tools
Platform: | Size: 84992 | Author: 李忠安 | Hits:

[OtherEncoder

Description: 各种编码(ucs-2, utf-8, GBK, Hex等)的编解码工具-A variety of encoding (ucs-2, utf-8, GBK, Hex, etc.) codec tool
Platform: | Size: 181248 | Author: wainguo | Hits:

[Mathimatics-Numerical algorithmsgbk2unicode_unicode2gbk

Description: gbk与unicode互化的源程序,经过测试-gbk with unicode each of the source, tested
Platform: | Size: 106496 | Author: whc | Hits:

[J2MEAnyview3.0UI_src

Description: 最强手机阅读器Anyview3.0版的界面代码,Anyview3.0支持txt,html,UMD等格式的图书及PNG,GIF,JPG图片并可设置阅读背景图片,支持GB2312,GBK,Unicode,UTF8等编码-Reader Anyview3.0 the strongest cell phone version of the interface code, Anyview3.0 support txt, html, UMD format, such as books and PNG, GIF, JPG images can be set up to read the background picture and support the GB2312, GBK, Unicode, UTF8 encoding, etc.
Platform: | Size: 131072 | Author: hahaonline | Hits:

[Otherbestfit936

Description: utf8/gbk转换码表,utf8转gbk码表,gbk转utf8码表-utf8/gbk conversion code table, utf8 to gbk code table, gbk code table to utf8
Platform: | Size: 102400 | Author: 小文 | Hits:

[MultiLanguageCharConvert

Description: 编码自动转化工具,能实现将文件由UTF8-GBK的转化。-Automatic encoding conversion tool to achieve the file from the conversion of UTF8-GBK.
Platform: | Size: 1647616 | Author: qcg | Hits:

[Windows Developconvertz802

Description: 用途: 中文 Big5/GBK/Unicode/UTF8 内码转换器。    注意:档案转换只能将纯文字格式的文件(例如 txt, html 等)转码,    并不适用于如 MS Word, Excel 等 binary 档案。 系统要求: 视窗9x/ME/NT/2000/XP/2003 安装: 将所有档案解压到一个新资料夹,然后直接在档案总管执行 convertz.exe。 开启ConvertZ后可于程式设定一栏选择加快捷列到桌面、开始功能表、或程式集。-Uses: Chinese Big5/GBK/Unicode/UTF8 code converters. Note: File conversion only plain text documents (for example, txt, html, etc.) to code, does not apply to such as MS Word, Excel and other binary files. System Requirements: Windows 9x/ME/NT/2000/XP/2003 Installation: extract all files to a new folder, and then directly in Windows Explorer implementation convertz.exe. ConvertZ open after the program settings can be added one column select Shortcut Bar to your desktop, Start menu, or Programs.
Platform: | Size: 790528 | Author: thgy | Hits:

[File OperateUTF-8_To_GBK

Description: 本程序可以对数据进行UTF-8转GBK码, GBK码转UTF-8数据.实现互转-This procedure can be UTF-8 data to GBK code, GBK code to UTF-8 data. Realize conversion
Platform: | Size: 45056 | Author: duanxiaohui | Hits:

[MultiLanguageutf82gbk

Description: utf8到gbk的转码的c++代码,方便易懂。-utf8 to gbk transgenic code c++ code, easy to understand.
Platform: | Size: 1024 | Author: 郭洪伟 | Hits:

[MultiLanguagec-decode

Description: ucgui下,汉字解码文件,big5,gbk,utf8,gb212-chinese decode in ucgui big5,gbk,utf8,gb212
Platform: | Size: 54272 | Author: mm | Hits:

[Linux-Unixmyebook

Description: Linux系统下的电子书源代码,支持多种编码(unicode,GBK,BIG5,UTF8),支持自定义跳转页码和自动阅读功能.-E-book under the Linux system source code, supports a wide range of encoding (unicode, GBK, BIG5, UTF8), support for custom page Jump and automatic function.
Platform: | Size: 22528 | Author: baizhantang | Hits:

[File OperateFileEncodingTransform

Description: 这是一个批量转换文件编码的小程序。支持GBK,BIG5, UTF8互相转换,支持自动探测源文件编码-This is a batch file encoding conversion of smaller procedures. Support for GBK, BIG5, UTF8 conversion each other to support the automatic detection of the source file encoding
Platform: | Size: 48128 | Author: ayanamist | Hits:

[Otherutf8

Description: 基本思路很简单,就用两个大数组: UTF8 ->GBK 先从UTF8中解读出unicode值,再从数组中读出GBK值。 GBK->UTF8 直接以GBK的值为下标,查找数组中对应的UTF8值。 现在解决的问题: 1.可从UTF8转换到GBK编码 2.可对UTF8的编码格式作出判断,如某个UTF8不合要求或字节数不足,会自动跳过。 3.可从GBK编码转换到UTF8编码 未完成的问题: 1.计算字符串长度 2.在调用函数给要分配一定的缓存空间,如分配的空间不够大,会产生core down-Basic idea is simple, with two large arrays: UTF8-> GBK start with UTF8 in the Interpretation of the unicode value, and then read from the array GBK value. GBK-> UTF8 directly to the value of subscript GBK, UTF8 find the corresponding array value. Now solve the problem: 1. Can be converted to the GBK encoding from UTF8 2. UTF8 encoding format can make judgments, such as a UTF8 deficient or insufficient number of bytes will be automatically skipped. 3. Transcoding from GBK to UTF8 encoding outstanding issues: 1. Calculate the string length 2. In the calling function to allocate a certain cache to space, such as allocation of space is not big enough, will have core down
Platform: | Size: 183296 | Author: agan | Hits:

[Windows Develop81404582UTF8-gb_big5

Description: 汉字编码的转换,从gbk到big字符,可以相互转换-Chinese character encoding conversion to big from gbk
Platform: | Size: 221184 | Author: sfdlkwqe | Hits:

[Communication-Mobilemailtitle_uncode

Description: //为在电子邮件的标题中使用汉字等,经常把电子邮件的标题使用编码后再进行传输 //常用编码有base4+gb2312, base4+gbk, base4+big5, base4+utf8, base4+qp //本程序就是把电子邮件标题还原。 // 感谢 网友lyh16868.163.com (姓名: luoluo),是他提供了Big5ToGB的转换代码 // 感谢 网友提供了QP编码解码 function UnQPCode(QPString:string):string // 和base4解码 function decode64(instr:string):string // 正因为网友的无私奉献,才能成就小鸟的集成, // 小鸟不敢独自享用此代码, 因此,又把此代码奉献给大家 // 祝广大痛着并快乐者的编程爱好者,编程技术更上一层楼 // fzh7900033@163.com // 2010年5月21日整理-//The title in the e-mail using Chinese characters, etc., often using coded e-mail before heading to transmit// common code has base4+ gb2312, base4+ gbk, base4+ big5, base4+ utf8, base4+ qp// This procedure is to restore the email header.// Thanks friends lyh16868.163.com (name: luoluo), he provides a Big5ToGB conversion code// thank provides users QP codec function UnQPCode (QPString: string): string // and base4 decoding function decode64 ( instr: string): string // is because users of selfless dedication to the integration of bird achievement,// the birds can not access this code alone, so again this code is dedicated to you// I wish the majority of pain and Happy' s programming enthusiasts, programming higher level// fzh7900033@163.com// 2010年5月21 on Readjusting
Platform: | Size: 332800 | Author: fangzh | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net